-
1 executable statements
Программирование: выполняемые операторы, исполняемые операторы -
2 executable statements
изч.• изпълним операторEnglish-Bulgarian polytechnical dictionary > executable statements
-
3 basic block: A sequence of one or more consecutive executable statements containing no branches. Note: A node in a control flow graph represents a basic block
Общая лексика: базисный б (см. Standard glossary of terms used in Software Testing)Универсальный англо-русский словарь > basic block: A sequence of one or more consecutive executable statements containing no branches. Note: A node in a control flow graph represents a basic block
-
4 path: A sequence of events, e.g. executable statements, of a component or system from an entry point to an exit point
Общая лексика: путь: последовательность событий ( например, исполняем (см. Standard glossary of terms used in Software Testing)Универсальный англо-русский словарь > path: A sequence of events, e.g. executable statements, of a component or system from an entry point to an exit point
-
5 sequence of executable statements
Универсальный англо-русский словарь > sequence of executable statements
-
6 sequence of executable statements of a component or system
Программирование: последовательность исполняемых операторов в компоненте или системеУниверсальный англо-русский словарь > sequence of executable statements of a component or system
-
7 statement coverage: The percentage of executable statements that have been exercised by a test suite
Общая лексика: покрытие операторов: процентное отношение операторов, исполняемых набо (см. Standard glossary of terms used in Software Testing)Универсальный англо-русский словарь > statement coverage: The percentage of executable statements that have been exercised by a test suite
-
8 subpath: A sequence of executable statements within a component
Программирование: подветвь: последовательность исполняемых операторов в коде компонента (см. Standard glossary of terms used in Software Testing)Универсальный англо-русский словарь > subpath: A sequence of executable statements within a component
-
9 statement
1) утверждение; высказывание; формулировка2) оператор; предложение3) предписание ( КОБОЛ)4) постановка ( задачи)•- abort statement
- accept statement
- access statement
- action statement
- arbitrary statement
- arithmetical statement
- arithmetic statement
- assembly-control statement
- assert statement
- assigned statement - basic statement
- biconditional statement
- blank statement
- branch statement
- break statement
- case statement
- code statement
- command statement
- comment statement
- communication statement
- compile time statement
- composite statement
- compound statement
- computed statement
- conditional GO TO statement
- conditional statement
- consistent statements
- control statement
- counter statement
- data definition statement
- data initialization statement
- data manipulation statement
- data statement
- data-formatting statement
- DD-statement
- debugging statement
- declarative statement
- define constant statement
- define file statement
- define storage statement
- delay statement
- delimiter statement
- destination statement
- dimension statement
- display statement
- DO statement
- do statement
- dummy statement
- editing statement
- edit statement
- end-of-file statement
- examine statement
- exceptional control statement
- executable statement
- execute statement
- exit statement
- expression statement
- external statement
- false statement
- for statement
- format statement
- formatted statement
- function statement
- GO TO statement
- high level statement
- if statement
- imperative statement
- inconsistent statements
- initiate statement
- input/output statement
- instruction statement
- iterative statement
- job control statement
- job statement - loop statement
- macro prototype statement
- model statement
- molecular statement
- move statement
- nonarithmetic statement
- nonexecutable statement
- note statement
- null statement
- ON statement
- perform statement
- postrun statement
- print statement
- problem statement
- program statement
- protocol statement
- prototype statement
- read statement
- repeat statement
- repetitive statement
- return statement
- rewind statement
- select statement
- select wait statement
- sensor statement
- simple statement
- source statement
- specification statement
- substitution statement
- switch statement
- telecommunications statement
- terminal statement
- test statement
- total source statement
- trace statement
- transfer-of-control statement
- true statement
- unconditional statement
- unlabeled statement
- while statement
- write statementEnglish-Russian dictionary of computer science and programming > statement
См. также в других словарях:
MAD (programming language) — MAD Paradigm(s) Imperative Appeared in 1959 Developer Galler, Arden, and Graham Major implementations IBM 704, IBM 7090, UNIVAC 1108, Philco 210 211, IBM S/360, and IBM S/370 … Wikipedia
Scope (programming) — In computer programming, scope is an enclosing context where values and expressions are associated. Various programming languages have various types of scopes. The type of scope determines what kind of entities it can contain and how it affects… … Wikipedia
Scope (computer science) — In computer programming, scope is an enclosing context where values and expressions are associated. Various programming languages have various types of scopes. The type of scope determines what kind of entities it can contain and how it affects… … Wikipedia
IBM RPG — Infobox programming language name = RPG Report Program Generator paradigm = Multi paradigm year = 1959 designer = developer = IBM latest release version = RPG IV version 6 release 1 latest release date = release date|2008|1|29 latest test version … Wikipedia
Assembly language — See the terminology section below for information regarding inconsistent use of the terms assembly and assembler. Motorola MC6800 Assembly Language An assembly language is a low level programming language for computers, microprocessors,… … Wikipedia
Control table — This simple control table directs program flow according to the value of the single input variable. Each table entry holds a possible input value to be tested for equality (implied) and a relevant subroutine to perform in the action column. The… … Wikipedia
Promela — (Process or Protocol Meta Language) is a verification modeling language. The language allows for the dynamic creation of concurrent processes to model, for example, distributed systems. In PROMELA models, communication via message channels can be … Wikipedia
C syntax — The syntax of the C programming language is a set of rules that specifies whether the sequence of characters in a file is conforming C source code. The rules specify how the character sequences are to be chunked into tokens (the lexical grammar) … Wikipedia
Oxygene (programming language) — Oxygene Developer RemObjects Software Stable release 3.0.21 (August 29, 2009; 2 years ago (2009 08 29)) Influenced by Object Pas … Wikipedia
Comparison of C Sharp and Java — The correct title of this article is Comparison of C# and Java. The substitution or omission of the # sign is because of technical restrictions. Programming language comparisons General comparison Basic syntax Basic instructions … Wikipedia
Compiler optimization — is the process of tuning the output of a compiler to minimize or maximize some attributes of an executable computer program. The most common requirement is to minimize the time taken to execute a program; a less common one is to minimize the… … Wikipedia